-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Migrate more code to @if #1754
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1754 +/- ##
=======================================
Coverage 84.04% 84.04%
=======================================
Files 186 186
Lines 6137 6137
Branches 675 675
=======================================
Hits 5158 5158
Misses 831 831
Partials 148 148 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some conflicts with the base branch, they have to be resolved.
frontend/src/app/helpers/display-value/display-value.component.html
Outdated
Show resolved
Hide resolved
...rc/app/helpers/skeleton-loaders/button-skeleton-loader/button-skeleton-loader.component.html
Outdated
Show resolved
Hide resolved
...elpers/skeleton-loaders/form-field-skeleton-loader/form-field-skeleton-loader.component.html
Outdated
Show resolved
Hide resolved
56cc673
to
76c8f65
Compare
A Storybook preview is available for commit 39a88c2. |
This migrates some more components to Angular 17's new control flow and adds stories for them. It also deletes a component that was not being used.
76c8f65
to
419d6a9
Compare
Quality Gate passedIssues Measures |
This migrates some more components to Angular 17's new control flow and adds stories for them. It also deletes a component that was not being used.